From fe7cd06e97287f257a2a98834d695044e99295ba Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 24 May 1993 16:01:41 +0000 Subject: [PATCH] * Makefile.in: Doc fix. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 11ff13eef26..547421a29a6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -288,8 +288,8 @@ src/Makefile: ${srcdir}/src/Makefile.in Makefile oldXMenu/Makefile: ${srcdir}/oldXMenu/Makefile.in Makefile rm -f oldXMenu/Makefile.tmp - @echo "Producing \`oldXMenu/Makefile' from \`${srcdir}/oldXMenu/Makefile'." - @(echo "# This file is generated from \`${srcdir}/oldXMenu/Makefile'." ; \ + @echo "Producing \`oldXMenu/Makefile' from \`${srcdir}/oldXMenu/Makefile.in'." + @(echo "# This file is generated from \`${srcdir}/oldXMenu/Makefile.in'." ; \ echo "# If you are thinking about editing it, you should seriously consider" ; \ echo "# running \`make oldXMenu/Makefile' at the top of the" ; \ echo "# Emacs build tree instead, or editing" ; \ -- 2.30.2